func runtime.parseByteCount

2 uses

	runtime (current package)
		mgcpacer.go#L1421: 	n, ok := parseByteCount(p)
		string.go#L415: func parseByteCount(s string) (int64, bool) {